home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_09_07 / 9n07034b < prev    next >
Text File  |  1991-05-08  |  129b  |  7 lines

  1. on mouseUp  -- button script
  2.  
  3.   put phrase(field "text",field "stoplist")
  4.     into field "list"  -- call XFCN
  5.  
  6. end mouseUp
  7.